feat(edint-contaminacion-acustica): add NoiseObservation candidate model - #13
Open
albertoabellagarcia wants to merge 1 commit into
Open
feat(edint-contaminacion-acustica): add NoiseObservation candidate model#13albertoabellagarcia wants to merge 1 commit into
albertoabellagarcia wants to merge 1 commit into
Conversation
Translates the EDINT Noise Pollution Ontology (v0.2.0), a small domain extension of edint-medio-ambiente's EnvironmentalObservation adding acoustic-measurement-specific properties. One entity: NoiseObservation, inheriting the full EnvironmentalObservation property set plus 5 of its own (noiseReferenceInterval, noisePonderation, noiseEmitterPredominantType, noiseRateType, noiseTimeConstantType). Unlike edint-medio-ambiente's own open vocabularies, these 5 are modeled as closed enums since they represent standard, stable acoustic-engineering categories (ISO 1996, IEC 61672), not an open, cross-domain-extensible taxonomy. Real example data used, grounded in the source's own real Madrid acoustic monitoring station example. A likely typo in that same source example (two bare triples missing their property name) is noted but not reproduced. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Translates the EDINT Noise Pollution Ontology (v0.2.0) from
https://github.com/EDINT-Ontologia/edint-ontologia-contaminacion-acustica —
a small domain extension of edint-medio-ambiente's EnvironmentalObservation
adding acoustic-measurement-specific properties.
One entity: NoiseObservation (inherits the full EnvironmentalObservation
property set, plus noiseReferenceInterval, noisePonderation,
noiseEmitterPredominantType, noiseRateType, noiseTimeConstantType).
Unlike edint-medio-ambiente's own deliberately-open vocabularies, these 5
new properties are modeled as closed enums — they're small (2-12 concepts)
and represent stable acoustic-engineering standards (ISO 1996, IEC 61672),
not an open taxonomy meant for further domain extension.
Grounded in the source's own real example (a Madrid Plaza Mayor acoustic
monitoring station). A likely typo in that same example (two bare triples
missing their property name) is documented but not reproduced.
Testing
Schema/context/example files parse and validate; example.json validates
against schema.json; standard-metadata.yaml parses; index regenerated.